Click or drag to resize

Connection Class

The Connection class provides information about connection used in a media session.
Inheritance Hierarchy
SystemObject
  Independentsoft.Sip.SdpConnection

Namespace:  Independentsoft.Sip.Sdp
Assembly:  Independentsoft.Sip (in Independentsoft.Sip.dll) Version: 1.0.700.17927
Syntax
public class Connection

The Connection type exposes the following members.

Constructors
  NameDescription
Public methodConnection
Initializes a new instance of the Connection class.
Public methodConnection(String)
Initializes a new instance of the Connection class.
Public methodConnection(String, Int32)
Initializes a new instance of the Connection class.
Public methodConnection(String, Int32, Int32)
Initializes a new instance of the Connection class.
Public methodConnection(AddressType, String, Int32, Int32)
Initializes a new instance of the Connection class.
Public methodConnection(NetworkType, AddressType, String, Int32, Int32)
Initializes a new instance of the Connection class.
Top
Properties
  NameDescription
Public propertyAddress
Gets or sets connection address. Typically the connection address will be a class-D IP multicast group address. If the session is not multicast, then the connection address contains the fully-qualified domain name or the unicast IP address.
Public propertyAddressType
Gets or sets type of address.
Public propertyNetworkType
Gets or sets type of network.
Public propertyNumberOfAddresses
Gets or sets number of addresses.
Public propertyTimeToLive
Gets or sets time to live (TTL) value. Sessions using an IP multicast connection address must also have a TTL value present in addition to the multicast address. The TTL and the Address together define the scope with which multicast packets sent in this conference will be sent. TTL values must be in the range 0-255.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodStatic memberParse
Converts the specified string representation of a connection to its Connection equivalent.
Public methodToString
Converts the value of this instance to its equivalent string representation.
(Overrides ObjectToString.)
Top
See Also